listbox: Implement gtk_list_box_insert()
authorKalev Lember <kalevlember@gmail.com>
Wed, 7 Aug 2013 10:36:03 +0000 (12:36 +0200)
committerKalev Lember <kalevlember@gmail.com>
Thu, 8 Aug 2013 09:00:26 +0000 (11:00 +0200)
commit43c68e118f88593f404d6eaa3d11ab821088b8c3
tree248f85a4ec3a54c07eceef2bfc81197c5fd53677
parente6cb3f37194df7c2f9b024481d52e6338f3e1a47
listbox: Implement gtk_list_box_insert()

... to make it possible to insert rows in the middle of the list without having
to fiddle with the sort functions. One of the first users is going to be Glade.

https://bugzilla.gnome.org/show_bug.cgi?id=705558
docs/reference/gtk/gtk3-sections.txt
gtk/gtklistbox.c
gtk/gtklistbox.h